home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / c / gifsave.zip / makefile < prev    next >
Makefile  |  1992-09-26  |  140b  |  10 lines

  1. .AUTODEPEND
  2.  
  3.  
  4. EXAMPLE.EXE: EXAMPLE.OBJ GIFSAVE.OBJ
  5.     BCC -ms EXAMPLE.OBJ GIFSAVE.OBJ GRAPHICS.LIB
  6.  
  7.  
  8. .C.OBJ:
  9.     BCC -c -ms {$< }
  10.